home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / ma.dir / 00003_HiLite.ls < prev    next >
Encoding:
Text File  |  1996-03-18  |  121 b   |  10 lines

  1. on mouseDown
  2.   set the visible of sprite 18 to 1
  3.   puppetSound("blip")
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   jumpstate()
  9. end
  10.